Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.platform.birt.reporting.theme--applications

This contribution is part of XML component org.nuxeo.platform.birt.reporting.theme inside nuxeo-birt-reporting-web-6.0.jar

Extension Point

Extension point applications of component ThemeService.

Contributed Items

  • <application root="/nuxeo" template-engine="jsf-facelets">
    
          <view id="/adm_view_documents.xhtml">
            <theme>admin/default</theme>
          </view>
        </application>

XML Source

<extension point="applications" target="org.nuxeo.theme.services.ThemeService">

    <application root="/nuxeo" template-engine="jsf-facelets">

      <view id="/adm_view_documents.xhtml">
        <theme>admin/default</theme>
      </view>
    </application>

  </extension>